﻿/*鍏叡鐨刢ss*/
/*鍒濆鍖栫殑css*/
*{margin:0; padding:0; font-family:Arial, Helvetica, 微软雅黑, sans-serif; }
a{ color:#333; text-decoration:none;}
a:hover{text-decoration: none}
ul, ol{list-style-type:none;}
img{border:0; max-width:100%;}
.container{ margin:0 auto; position:relative;}
.w1220{width:1220px; margin:0 auto; }
.clear{clear:both;}
body{ overflow-x:hidden; }
h1, h2, h3, h4, h5, h6,b{ font-weight:normal;}
input, textarea,select{outline:medium;}
p{ text-align:justify;}
.fl{ float:left;}
.fr{ float:right;}
@media (min-width: 1200px){
    .container {
        width: 1200px;
    }
}






/*pc绔〉澶翠腑鐨勫鑸�*/
.topText{
    background: rgb(242, 242, 242);
}
.topText p{
    font-size: 12px;
    color: rgb(127, 127, 127);
    line-height: 30px;
     margin: 0;
}
.headerNav{
    padding: 0 ;
    background:#fff;
    border-bottom: 1px #ececec solid;

    /*height: 80px;*/
    /*box-shadow: 0 0 5px #e4e4e4;*/
}
.headerNav .container{
    padding: 0;
}
.headerNav .container .core{
    height: 80px;
}
.headerNav .container .logoPC{
    overflow: hidden;
    line-height: 80px;
    text-align: center;
    height: 80px;
    display: inline-block;
}
.headerNav .container  .logoh1{
    display: inline-block;
    margin: 0 0;
}
.headerNav .container .logoPC img{
    height: 40px;
}

.headerNav .navbar{
    text-align: center;
    border: none;
    display: inline-block;
    margin: 0 0;
    float: right;
    height: 100%;
}
.headerNav .navbar>li{
    float: left;
    position: relative;
    display: inline-block;
    text-align: center;
    width: 110px;
    margin: 0;
    height: 100%;
    padding: 23px 0 0 0;
}



.headerNav .navbar>li>a{
    overflow: hidden;
    display: inline-block;
    color: #333;
    font-size: 15px;
    padding: 0;
    transition: all 0.3s;
    width: 100%;
    height: 100%;
}
.headerNav .navbar>li>a>span{
    display: block;
    font-size: 12px;
    color: rgb(153, 153, 153);
}
.headerNav .navbar>li:hover>a{
    transform: translate(0px,-7px);/* 只写一个值，默认y=0 */
}
.headerNav .navbar>li:hover>a,
.headerNav .navbar>li.on>a{
    color: rgb(13, 106, 189);
}
.headerNav .navbar>li.on>a span,
.headerNav .navbar>li:hover>a span{
    color: rgb(13, 106, 189);
}


/*二级导航*/
.headerNav .navbar>li ul{
    position: absolute;
    top: 80px;
    left: 0;
    box-shadow:0 1px 1px #cecece;
    width: 100%;
    height: auto;
    background: #fff;
    z-index: 10000;
    display: none;
    padding: 8px 0;
    padding: 0 ;
    border-top: 1px #ececec solid;
    /*transition: all 0.3s;*/
}
.headerNav .navbar>li:hover ul{
    display: inline-block;
}



.headerNav .navbar>li:hover ul {
    display: inline-block;
}
.headerNav .navbar>li ul li a{
    color: rgb(153, 153, 153);
    font-size: 14px;
    transition: all 0.2s;
    display: block;
    overflow: hidden;
    line-height: 40px;
}
.headerNav .navbar>li ul li a:hover{
    color: rgb(56, 112, 163);
    background: #e6e6e6;
}
.headerNav .navbar>li:hover ul li a {
}




/*查看更多按钮*/
.moreButton {
    background-color: #0d6abd;
    font-size: 12px;
    height: 40px;
    width: 116px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    display: block;
    margin: 0;
    position: relative;


}
.moreButton:hover{
    text-decoration: none;
    background:#fd0000;
}
.moreButton span{
    color: #ffffff;
    position: relative;
    z-index: 100;
}
.moreButton:before {
    width:100%;
    height:100%;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #8a4747;
    -webkit-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: all .3s ease-out;
}
.moreButton:hover:before {
    border-radius: 0;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    z-index: 1;
    background:#fd0000;
}








/*页脚去与*/
#footerPC{
    background:rgb(40, 40, 40);
    color:rgb(216, 216, 216);
    font-size: 13px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    padding: 60px 0 60px 0;
    margin: 0;
    float: left;
}
#footerPC .info p{
    margin: 0 0 20px 0;
}
#footerPC .info span{
    width: 49%;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 0px;
    color: rgb(127, 127, 127);

}
#footerPC .wx{
    text-align: center;
}
#footerPC .wx .img{
    /* float: left; */
    margin: 0 45px 0 0;
    display: inline-block;
    vertical-align: text-top;
}
#footerPC .wx img{
    width: 120px;
}
#footerPC .wx .img p{
    text-align: center;
    margin: 6px 0  0 0 ;
    font-size: 12px;
    color: rgb(127, 127, 127);
}

#IPCfooter{
    /* background: #000; */
    background: #000000;
    text-align: center;
    font-size: 12px;
    color: rgb(127, 127, 127);
    display: inline-block;
    width: 100%;
    line-height: 50px;
}
#IPCfooter a{
    color: rgb(127, 127, 127);
}
#IPCfooter a:hover{
    text-decoration: underline;
}


/*手机端头部*/
#mobile #mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 220px;
    height: 100%;
    background-color: #373737;
    z-index: 9999
}

#mobile a:hover,a:focus {
    text-decoration: none
}

#mobile .mobile-nav>ul>li{
    position: relative;
}
#mobile .mobile-nav>ul>li a {
    display: block;
    padding: 1em 5%;
    border-top: 1px solid #4f4f4f;
    border-bottom: 1px solid #292929;
    transition: all .2s ease-out;
    cursor: pointer;
    color: gray
}
#mobile .mobile-nav>ul>li.on>a{
    color: #fff;
}


#mobile .mobile-nav>ul>li>ul {
    display: none
}

#mobile .mobile-nav>ul>li>ul>li>ul{
    display: none !important;
}



#mobile .mobile-nav>ul>li:last-child>ul {
    /*display: block;*/
}
#mobile .mobile-nav>ul>li:nth-child(2) i,
#mobile .mobile-nav>ul>li:nth-child(4) i{
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 7px;
    background: url(../images/navb.png) no-repeat center;
}
/*
#mobile .mobile-nav>ul>li:nth-child(2) i.close{
    background: url(../images/navb.png) no-repeat center;
}
#mobile .mobile-nav>ul>li:nth-child(2) i.open{
    background: url(../images/navt.png) no-repeat center;
}
*/


#mobile .mobile-nav>ul>li>ul>li>a {
    color: gray;
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 1em 20%
}

#mobile .mobile-nav>ul>li a img.icon {
    float: right
}

#mobile #mobile-menu {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    width: 220px;
    height: 100%;
    background-color: #373737;
    z-index: 9999;
    transition: all .3s ease-in
}

#mobile .mobile-nav ul li a:hover {
    background-color: #565555;
    color: #fff
}

#mobile .show-nav {
    transform: translateX(0)
}

#mobile .hide-nav {
    transform: translateX(-220px)
}

#mobile .mobile-nav-taggle {
    height: 35px;
    line-height: 35px;
    width: 35px;
    background-color: #1D88E6;
    color: #fff;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    float: right
}

#mobile .nav.avbar-inverse {
    position: relative
}

#mobile .nav-btn {
    background: #1D88E6;
    z-index: 1000;
    text-align: center;
    line-height: 30px;
    padding: 10px;
    box-sizing: border-box;
    color: #fff;
    font-size: 18px;
    font-weight: bolder
}
#mobile .nav-btn.navbar-fixed-top {
    line-height: 35px;
    height: 55px;
    font-size: 17px;
}




#mobile #mobileFooter {
    background: #1876d2;
    text-align: center;
    height: 50px;
    margin: 0;
    padding: 0
}

#mobile #mobileFooter a {
    color: #fff;
    text-align: center
}

#mobile #mobileFooter a img {
    width: 24px;
    height: 24px
}

#mobile #mobileFooter a span {
    display: block;
    font-size: 12px;
    padding: 0;
    margin: 0;
    line-height: 18px
}







/*寰俊寮圭獥*/
.modal-header{
    padding: 9px 16px;
}
/*鍒嗛〉鍖哄煙*/
.pagination { display: inline-block ; padding-left: 0; margin: 20px 0; border-radius: 4px; }
.pagination > li { display: inline; border: none !important;padding: 0 !important; }
.pagination > li > a, .pagination > li > span { position: relative; float: left; padding: 6px 12px; margin-left: -1px; line-height: 1.428571429; text-decoration: none; background-color: #ffffff; border: 1px solid #dddddd; }
.pagination > li:first-child > a, .pagination > li:first-child > span { margin-left: 0; border-bottom-left-radius: 4px; border-top-left-radius: 4px; }
.pagination > li:last-child > a, .pagination > li:last-child > span { border-top-right-radius: 4px; border-bottom-right-radius: 4px; }
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus { background-color: #eeeeee; }
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { z-index: 2; color: #ffffff; cursor: default; background-color: #1e88e5; border-color: #1e88e5; }
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus { color: #999999; cursor: not-allowed; background-color: #ffffff; border-color: #dddddd; }
.pagination-lg > li > a, .pagination-lg > li > span { padding: 10px 16px; font-size: 18px; }
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span { border-bottom-left-radius: 6px; border-top-left-radius: 6px; }
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span { border-top-right-radius: 6px; border-bottom-right-radius: 6px; }
.pagination-sm > li > a, .pagination-sm > li > span { padding: 5px 10px; font-size: 12px; }
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span { border-bottom-left-radius: 3px; border-top-left-radius: 3px; }
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span { border-top-right-radius: 3px; border-bottom-right-radius: 3px; }
.pager { padding-left: 0; margin: 20px 0; text-align: center; list-style: none; }
.pager:before, .pager:after { display: table; content: " "; }
.pager:after { clear: both; }
.pager:before, .pager:after { display: table; content: " "; }
.pager:after { clear: both; }
.pager li { display: inline; }
.pager li > a, .pager li > span { display: inline-block; padding: 5px 14px; background-color: #ffffff; border: 1px solid #dddddd; border-radius: 15px; }
.pager li > a:hover, .pager li > a:focus { text-decoration: none; background-color: #eeeeee; }
.pager .next > a, .pager .next > span { float: right; }
.pager .previous > a, .pager .previous > span { float: left; }
.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span { color: #999999; cursor: not-allowed; background-color: #ffffff; }

.pagination {
    text-align: center;
    width: 100%;
    font-size: 0;
    margin: 30px 0 0 0 ;
}
.pagination > li {
    float: none;
    display: inline-block;
    margin: 0;
}

.pagination > li a{
    color: #1e88e5;
}




/*pc右侧导航区域*/
#navRight{
    height: auto;
    position: fixed;
    bottom: 20%;
    right: 40px;
    z-index: 11111;
    box-shadow: 0 1px 2px #3333336e;
    border-top: 3px #063b69 solid;
    border-radius: 0 0 6px 6px;
    background: #0d6abd;
}
#navRight>div{
    width: 60px;
    height: 60px;
    margin: 0 0;
    cursor: pointer;
    background-size: auto;
    padding: 12px 0 0 0;
    text-align: center;
    position: relative;
}
#navRight>div .imgRight{
    width: 28px;
    height: auto;
    display: inline-block;
    margin: 0 0 6px 0;
}
#navRight>div:last-child .imgRight {
    margin: 0 0;
}


#navRight>div h2{
    display: block;
    font-size: 12px;
    margin: 0 0 0 0;
    color: #fff;
    transform: scale(0.95);
}


#navRight>div:nth-child(1) a{
    display: block;
}



#navRight>div>img{
    display: inline-block;
    width: 24px;
}
#navRight>div>i{
    width: 28px;
    height: 1px;
    background: #fff;
    display: block;
    margin: 7px auto;
}
#navRight>div .right{
    position: absolute;
    width: 140px;
    height: auto;
    border: 1px #e0dede solid;
    border-radius: 6px;
    top: 0;
    left: -140px;
    z-index: 1000;
    background: #fff;
    padding: 14px;
    display: none;
}
#navRight>div:hover .right {
    display: inline-block;
}
#navRight>div .right{
    font-size: 12px;
    line-height: 20px;
    text-align: left;
    color: #999;
}


/*位置区域*/
.wz .titel {
    background: url(../images/dts.png) no-repeat center left;
    margin-bottom: 16px;
    padding: 14px 0 9px 30px;
    border-bottom: 1px solid #ececec;
}
.wz .titel span {
    font-size: 14px;
    color: rgb(13, 106, 189);
    font-weight: bolder;
}
.wz .titel em{
    font-style: normal;
}




/*设置手机端的css*/
@media screen and (max-width: 1000px) {
    .row{
        margin: 0 ;
    }
    .topText{
        padding: 0;
    }


    .container {
        padding: 0 10px;
    }
    body{
        padding: 55px 0 50px 0;
    }
    #footerPC{
        padding: 40px 0;
    }
    #footerPC .guan{
        margin: 20px 0;
    }
    #footerPC .info p{
        margin: 0 ;
    }
    #footerPC .info span{
        width: 100%;
        line-height: 24px;
    }
    #IPCfooter{
        line-height: normal;
        padding: 0 50px;
    }
    #IPCfooter span{
        display: inline-block;
        width: 100%;
        line-height: 20px;
    }
    #IPCfooter span:last-child{
        margin-bottom: 10px;
    }


    .pagination {
        margin: 10px 0 0 0;
    }

}








